home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 November / SGI Freeware 1999 November - Disc 1.iso / dist / fw_Tix.idb / usr / freeware / lib / tix4.1 / Version.tcl.z / Version.tcl
Text File  |  1999-01-26  |  375b  |  18 lines

  1. # Version.tcl --
  2. #
  3. #    This file is automatically generated by the Tix version control tool
  4. #
  5. #
  6. # Copyright (c) 1996, Expert Interface Technologies
  7. #
  8. # See the file "license.terms" for information on usage and redistribution
  9. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10. #
  11.  
  12. proc tixScriptVersion {} {
  13.     return 4.1
  14. }
  15. proc tixScriptPatchLevel {} {
  16.     return 4.1.0
  17. }
  18.